libxc: Relocate internal-only mem_event functions to xc_private.h
authorTamas K Lengyel <tamas.lengyel@zentific.com>
Wed, 2 Jul 2014 12:04:04 +0000 (14:04 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 3 Jul 2014 10:33:15 +0000 (11:33 +0100)
commit5c8140954cba10e988f1386a1808465747b1856b
tree7ba9f1838853fba15184eefb7b7f332a17e594c6
parentcc184e82a2522ef188abffc779dd1cd009fa9cc1
libxc: Relocate internal-only mem_event functions to xc_private.h

The public xenctrl.h header exposes several internal-only functions of the mem_event system. As one of these functions (xc_mem_event_enable) had been previously used for a different purpose, relocating the entire set of xc_mem_event_* functions makes it easier for an external user of the library to determine which version of the mem_access system libxc exposes.

Signed-off-by: Tamas K Lengyel <tamas.k.lengyel@tum.de>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxc/xc_private.h
tools/libxc/xenctrl.h